home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
snowball.swf
/
scripts
/
DefineSprite_412
/
frame_10
/
DoAction.as
Wrap
Text File
|
2011-08-19
|
690b
|
25 lines
if(_root.yourmanager == "Danny")
{
mmessage = "Great work nonetheless. Prove me right! ";
}
else if(_root.yourmanager == "Carla")
{
mmessage = "Play one more game for me... OK? ";
}
else if(_root.yourmanager == "Aomi")
{
mmessage = _root.playername + ", I\'ll be watching you and supporting you from behind. ";
}
else if(_root.yourmanager == "Johnson")
{
mmessage = "Get in there and play one more game! ";
}
else if(_root.yourmanager == "Maximillion")
{
mmessage = "Roll a snowball. The bigger it is, the bigger your determination. ";
}
if(_root.worldchampion != _root.playername)
{
mmessage += "You still need to become the World Champion!";
}